home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / nt107.zip / README < prev    next >
Text File  |  1992-01-13  |  4KB  |  77 lines

  1. nt: The AU Terminal Emulator
  2. ==  ========================
  3.  
  4.  +----------------------------------------------------------------------+
  5.  |                                    |
  6.  |               Version 10.3, Mon 13 Jan 92                      |
  7.  |                                    |
  8.  | This version requires the new *.tdf files included in the .zip file  |
  9.  | to work properly.                                                    |
  10.  |                                                                      |
  11.  | It also has a new config.tel file, containing current IP addresses   |
  12.  | for Computer Centre hosts, and a set of values for the IP parameters |
  13.  | which are better suited to the AU network than the NCSA defaults.    |
  14.  |                                                                      |
  15.  | It also regards all gateways as being directly reachable, even if    |
  16.  | they are on different subnets.  For the Auckland University network  |
  17.  | users should specify a Class C netmask (255.255.255.0) and host      |
  18.  | cc_cisco (130.216.1.132) as a gateway; this will allow nt to reach   |
  19.  | hosts in subnet 1 (e.g. ccu1) directly rather than via the cisco.    |
  20.  | The cisco also provides gateways for every directly connected subnet |
  21.  | using host id 254; e.g. for subnet 3 the gateway address wuld be     |
  22.  | 130.216.3.254.  Specifying such a gateway for each frequently-used   |
  23.  | will reduce network traffic.  All gateways can be reached via our    |
  24.  | default router, cc_cisco (130.216.1.132).                            |
  25.  +----------------------------------------------------------------------+
  26.  
  27. nt is the Auckland University Computer Centre's terminal emulator.
  28. It is supplied as an .exe file which has been compressed with lzexe -
  29. this means that although nt.exe is around 100K in size, it requires
  30. around 250K of memory to run, about two-thirds of which is taken
  31. up by the TCP/IP support routines.
  32.  
  33. Character-mode terminal emulation is completely table-driven, with
  34. tables stored in Terminal Definition Files, *.tdf.  .tdf files have
  35. so far been produced for the following terminals:
  36.  
  37.    DEC vt200 (one each for the PC, AT and 'Enhanced' keyboards)
  38.    Visual 200
  39.    ADDS 520
  40.  
  41. The vt200 emulation provides complete character-mode emulation,
  42. i.e. everything which can be done without getting into graphics screen
  43. modes, which is everything except Double-height, Double-width characters,
  44. and user-composed characters.  From the VMS point of view, this corresponds
  45. to SET TERM /DEVICE=VT102.
  46.  
  47. Tektronix 4014 emulation is built-in, and is complete and accurate,
  48. including graphics input mode using the cursor keys to drive a graphics
  49. cursor around the screen.
  50.  
  51. Up to 10 sessions can be running concurrently, each using a different
  52. terminal type.
  53.  
  54. The sessions can be connected via serial lines (COM ports), Telnet
  55. or LAT.
  56.  
  57. Telnet support is provided using routines from NCSA Telnet 2.3.
  58. This requires that you set up a proper CONFIG.TEL file, as you would
  59. if you were using NCSA Telnet itself.  Note, however, that only
  60. two device drivers are supported by nt - 'packet' and 'decnet'.
  61.  
  62. The 'packet' device is any one of the Clarkson packet drivers.  These
  63. are available as pub/packet-drivers/drivers.zip from sun.soe.clarkson.edu;
  64. we keep a copy as dept/ftp/msdos/drivers.zip on ccu1.aukuni.ac.nz.
  65. The packet drivers allow you to run nt at the same time as other software
  66. which use them, e.g. the ipxpds Novell driver from BYU.
  67.  
  68. The 'decnet' device is DEC's DLL driver, which is supplied by DEC as
  69. part of DECNET-DOS.  Using the 'decnet' driver allows you to run nt
  70. simultaneously with DEC's PCSA.
  71.  
  72. For users who don't need the TCP/IP capability, a cut-down version of
  73. nt which has only serial (COM) port and LAT support is also provided.  This
  74. is included in the release .zip file as nts.exe.
  75.  
  76. Nevil Brownlee
  77. Thu 7 Mar 91